home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / rss14gmd.lha / RSys_1.4gmd / Proto / Displays_protos.h < prev    next >
Text File  |  1996-05-05  |  511b  |  29 lines

  1. /* Prototypes for functions defined in
  2. C/Displays.c
  3.  */
  4.  
  5. int DisplayDiskInfo(char * , int );
  6.  
  7. int DisplayFileInfo(char * );
  8.  
  9. void DisplayDirectoryInfo(char * );
  10.  
  11. int DisplayTaskInfo(RSYS_Objid * );
  12.  
  13. int DisplayLibraryInfo(RSYS_Objid * );
  14.  
  15. void DisplaySoftDevInfo(RSYS_Objid * );
  16.  
  17. void DisplayResourceInfo(RSYS_Objid * );
  18.  
  19. int DisplayPortInfo(RSYS_Objid * );
  20.  
  21. int DisplayFontInfo(RSYS_Objid * );
  22.  
  23. int DisplayWindowInfo(RSYS_Objid * );
  24.  
  25. int DisplayScreenInfo(RSYS_Objid * );
  26.  
  27. int DisplayLockInfo(RSYS_Objid * );
  28.  
  29.